Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / OnPrintPDF Method / OnPrintPDF(String[]) Method
args[0] :PrintPDF args[1] :ownerPassword args[2] :userPassword args[3] :permission


In This Topic
    OnPrintPDF(String[]) Method
    In This Topic
    Processes the PrintPDF command in the Spread component.
    Syntax
    'Declaration
     
    
    Protected Overloads Sub OnPrintPDF( _
       ByVal args() As String _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim args() As String
     
    instance.OnPrintPDF(args)
    protected void OnPrintPDF( 
       string[] args
    )

    Parameters

    args
    args[0] :PrintPDF args[1] :ownerPassword args[2] :userPassword args[3] :permission
    See Also